index
:
archived-imemio
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
web
/
src
/
app
/
api
/
auth
/
[...nextauth]
/
route.ts
blob: 8e8302c8d864242e2d2ee1e487d8a33261062743 (
plain
) (
blame
)
1
2
3
import
{
handlers
}
from
"~/server/auth"
;
export
const
{
GET
,
POST
}
=
handlers
;